<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
	/* min-width: 1024px; */
	scrollbar-width: none;
	/* firefox */
	-ms-overflow-style: none;
	/* IE 10+ */
}

body::-webkit-scrollbar {
	display: none;
	/* éšè—å³ä¾§æ»šåŠ¨æ¡ */
}

* {
	margin: 0;
	padding: 0;
	font-family:"å¾®è½¯é›…é»‘" !important;
}

a {
	text-decoration: none;
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}


.text-spacing {
	letter-spacing: 3px;
}

/* å…¬å…±æ&nbsp;·å¼  çº¿ é»˜è®¤1rem=16px */
.common-sub-line {
	width: 3.5rem;
	height: 3px;
	border-left: 1.25rem solid #ff0038;
	background: #064393;
	margin: 10px 0 10px 0;
}


.allpage-icon&gt;img{opacity:0.3;}

/* pcç«¯ */
@media screen and (min-width: 1024px) {
	html {
		/* 1rem=16px */
		font-size: 16px !important;
	}
	
	.foot {
		width: 100%;
		height: 400px;
	}
	
}

/* æ‰‹æœºç«¯ */
@media screen and (max-width: 1024px) {
	html {
		/* 1rem=14px */
		font-size: 14px !important;
	}

	/* é¡µé¢å¤´éƒ¨æ&nbsp;‡é¢˜ä¸Žæ–‡å­—   ******************** start */
	.common-head-box {
		position: absolute;
		left: 0;
		right: 0;
		height: 30%;
		margin: auto;
		width: 75%;
		top: 40%;
	}

	.common-head-title {
		font-size: 20px;
		margin-bottom: 0;
		padding-left: 3px;
		font-weight: 600;
		color: #FFFFFF;
		letter-spacing: 5px;
		padding-bottom: 5px;
	}

	.common-head-desc {
		letter-spacing: 3px;
		font-size: 14px;
		font-weight: 600;
		padding: 6px 12px;
		color: #064393;
		background-color: #ffffff;
		display: inline-block;
		opacity: 0.6;
	}

	/* é¡µé¢å†…å®¹æ&nbsp;‡é¢˜å¤§å°ç»Ÿä¸€ */
	.common-content-title {
		letter-spacing: 3px;
		font-size: 20px;
		font-weight: 700;
		line-height: 44px;
	}

	/* é¡µé¢å¤´éƒ¨æ&nbsp;‡é¢˜ä¸Žæ–‡å­—   ******************** end */
	
	/* .foot {
		width: 100%;
		height: auto;
		position: absolute;
		bottom: 0;
	} */
	
	
	
}
</pre></body></html>